Closed
Bug 1144040
Opened 10 years ago
Closed 10 years ago
Coverity detected two uninitialized class members in the nsHttpHandler constructor
Categories
(Core :: Networking: HTTP, defect)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
mozilla39
Tracking | Status | |
---|---|---|
firefox39 | --- | fixed |
People
(Reporter: bagder, Assigned: bagder)
References
(Blocks 1 open bug)
Details
(Keywords: coverity)
Attachments
(1 file)
1.45 KB,
patch
|
mcmanus
:
review+
|
Details | Diff | Splinter Review |
Coverity pointed out two class members that aren't initialized properly in the constructor and thus MAY later be accessed with "random" content.
CID 1157357
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8578510 -
Flags: review?(mcmanus)
Comment 2•10 years ago
|
||
Comment on attachment 8578510 [details] [diff] [review]
0001-Bug-1144040-Coverity-detected-uninitialized-nsHttpHa.patch
Review of attachment 8578510 [details] [diff] [review]:
-----------------------------------------------------------------
lgtm thanks daniel
Attachment #8578510 -
Flags: review?(mcmanus) → review+
Assignee | ||
Comment 3•10 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=c27057bbbb33
OS X debug and b2g debug buildbusts, but seem unrelated.
Keywords: checkin-needed
Comment 4•10 years ago
|
||
Keywords: checkin-needed
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
Updated•7 years ago
|
Blocks: coverity-analysis
You need to log in
before you can comment on or make changes to this bug.
Description
•